Deletes a stored view. VDelete(ViewName : STRING); Restores a saved view. VRestore(ViewName : STRING); Saves the current view. VSave(ViewName : STRING); Deletes an object name from a drawing. DelName(Name : STRING); Deletes a class from a drawing. DelClass(ClassName : STRING); Rescales a selected object on the active layer. Scale(ScaleX, ScaleY : REAL); Rotates the most recently created 3D object. Rotate3D(#XAngle, #YAngle, #ZAngle : REAL); Rotates a selected object. Rotate(#DegreeValue : REAL); Moves a 3D object relative to its current position Move3D(dX, dY, dZ : REAL); Moves object relative to its current position. MoveObjs(dX, dY : REAL; AllLayers, AllObjects : BOOLEAN); Moves selected object to the back of the object list. MoveBack; Moves selected object to the front of the object list. MoveFront; Moves selected object backward in the object list. Backward; Moves selected object forward in the object list. Forward; Flips selected object vertically. FlipVer; Flips selected object horizontally. FlipHor; Duplicates an object or objects to a dX, dY displacement from the original object Duplicate(dX, dY : REAL); Deletes all selected objects on active layer. DeleteObjs;